home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Internet
/
WWW
/
httpd_1.5.export
/
README
< prev
next >
Wrap
Text File
|
1995-11-09
|
3KB
|
86 lines
NCSA HTTPd Server 1.5
Copyright (c) 1995 Board of Trustees, University of Illinois
The NCSA HTTPd Development Team
Software Development Group
National Center for Supercomputing Applications
University of Illinois at Urbana/Champaign
httpd@ncsa.uiuc.edu
All documentation for NCSA HTTPd can be found on-line at
http://hoohoo.ncsa.uiuc.edu/docs/
In addition, various files in this distribution are commented in order
to make porting and configuration easier. If these files do not
contain enough information, please consult the online documentation.
You should have received a COPYRIGHT file with this distribution.
If you didn't, one is available at
http://hoohoo.ncsa.uiuc.edu/docs-1.5/Copyright.html
Please note that the COPYRIGHT status of NCSA HTTPd 1.5 is different
from previous versions.
We ask that the following message be included in all derived works:
Portions developed at the National Center for Supercomputing
Applications at the University of Illinois at Urbana-Champaign.
THE UNIVERSITY OF ILLINOIS GIVES NO WARRANTY, EXPRESSED OR IMPLIED,
FOR THE SOFTWARE AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT
LIMITATION, WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A
PARTICULAR PURPOSE.
Parts of the code developed by the Apache HTTPd Group.
As requested by the Apache Group:
"Portions developed by the "Apache Group", taken with permission
from the Apache Server http://www.apache.org/apache/ "
Distribution Contents
--------------------------------
You should have received the following with this distribution:
BUGS A list of known bugs with the server. This will probably
be empty
CHANGES A list of changes between versions
COPYRIGHT The copyright which applies to this distribution
CREDITS A thank you list to all who have made NCSA HTTPd what it is
today
README this file
Makefile top level makefile
cgi-bin/ directory containing example scripts and binaries of the CGI
cgi-src/ directory containing source code example for CGI
conf/ directory conatining example configuration files
icons/ directory containing free icons and images, some used in the
example configuration
src/ directory containing source code for the server
support/ directory containing various related support programs
Files of note;
src/config.h Compile time configuration file
src/portability.h Compile time portability information
cgi-bin/mail Webmonitor mail script
cgi-bin/nph-error.pl Example ErrorDocument script
cgi-src/imagemap.c External imagemap C code
support/dbm2std Program to convert dbm auth files to std (text)
support/dbmdigest Program to make MD5 password files that use dbm
support/dbmgroup Program to make group files that use dbm
support/dbmpasswd Program to make password files that use dbm
support/htdigest Program to make MD5 password files (std/text)
support/htpasswd Program to make password files (std/text)
support/std2dbm Program to convert std files to dbm
Version Number Defined
---------------------------
1.5.1a
| | ||
| | | - Portability and typos. ie, not anything special, but just to keep
| | | us honest
| | -- Bug fixes, minor features (as requested or provided) Also security
| | fixes.
| ---- Major revisions. Probably not going to be another until 2.0
------ Really major revisions, code overhauls, goal changes, language
changes